google.golang.org/protobuf/internal/impl.pointer.Uint64 (method)

16 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L2673: 	v := *p.Uint64()
		codec_gen.go#L2679: 	v := *p.Uint64()
		codec_gen.go#L2704: 	*p.Uint64() = v
		codec_gen.go#L2719: 	v := *p.Uint64()
		codec_gen.go#L2729: 	v := *p.Uint64()
		codec_gen.go#L4374: 	v := *p.Uint64()
		codec_gen.go#L4389: 	*p.Uint64() = v
		codec_gen.go#L4404: 	v := *p.Uint64()
		codec_gen.go#L4414: 	v := *p.Uint64()
		merge_gen.go#L112: 	*dst.Uint64() = *src.Uint64()
		merge_gen.go#L116: 	v := *src.Uint64()
		merge_gen.go#L118: 		*dst.Uint64() = v
		message_opaque_gen.go#L68: 			x := p.Apply(fieldOffset).Uint64()
		message_reflect_field_gen.go#L215: 			x := p.Apply(fieldOffset).Uint64()
		pointer_unsafe.go#L99: func (p pointer) Uint64() *uint64                       { return (*uint64)(p.p) }